Category JavaScript
Share experience about JavaScript
Use TypeScript with Google CloudFunction and Deploy locally
2022/10/01·4 min readThis blog show how to setup TypeScript with CloudFunction and Deploy to Google Cloud locally
Async Defer Inline or External Script Tag in JavaScript
2022/03/10·2 min readThe difference between async, defer inline and external script tag execution order.
How to Getting Started with Sentry Error Tracking
2021/04/01·2 min readThis blog shows how to get started with Sentry.io for tracking JavaScript errors and performance.
Javascript Splice vs Slice
2020/02/03·1 min readThis blog compares how to use Splice versus using Slice at JavaScript.
Javascript Push Pop Shift and Unshift
2020/01/05·2 min readThis blog show difference between the JavaScript Array's method push, pop, shift and unshift usage.
A Memo for ECMAScript 5 - The Good, Bad, and Awful Parts
2015/12/04·4 min readA comprehensive guide to JavaScript quirks, pitfalls, and best practices based on Douglas Crockford's JavaScript - The Good Parts.
Angular Directive for Check Number Input
2015/05/01·1 min readA simple angular directive input text only accept number as 10 digits, but also length is configurable at view.
Example Code - How to Use Angular.js Location Hash
2015/05/01·1 min readangular location hash example code
Use Prettier to Format VS Code to Enforce Consistent Style
2022/08/01·2 min readStart Use Gulp and Browserify to Build Angular App with Node.js
2016/04/01·3 min readHow to Use Grunt with Keystone.js for Minify CSS, Javascript and HTML
2016/02/01·2 min readHow to Use Grunt to setup task at Keystone.js for minify CSS, Javascript, HTML
How to add Facebook Share Button to the Page
2016/01/31·4 min readThis blog show how to use facebook share in 3 ways. Contains code snippet in HTML, Javascript.
How to Use gigya to Share and Comments
2016/01/31·1 min readHow to use Gigya to share and comment
About Javascript Best Practices, ECMAScript 5
2015/12/29·3 min readEverything about Javascript ECMAScript 5.
How to Hightlight Code Block by Use Prism
2015/10/31·1 min readPrism is very nice javascript, css library for syntaxhight your code.
Javascript Unit Test With Jasmine, Angular and Chutzpah with Visual Studio
2015/10/02·1 min readEnable javascript unit test at Visual Studio Test Explorer window
Code Snippet - Sample Code for Beautify Json
2015/05/01·1 min readJavascript default behavior of load method
2014/08/02·1 min readWas curious and although I think I kind of know the result just want to do a check what's default javascript behavior to load themethod. Should I always put the method to the beginning of the script or the end of the script.
Few Useful Links About JavaScript Best Practices
2014/07/05·1 min readFew collections about best practices of JavaScript.